Class ZipAbout
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----com.sun.java.swing.JDialog
|
+----ZipAbout
- public class ZipAbout
- extends JDialog
Class used to display the about program
- Version:
- 1.0
- Author:
- Frank Moisant - Patrick Titiano
- See Also:
- ZipButton
-
ZipAbout(Frame, String)
- Class constructor
-
isResizable()
- Return if the dialog can be resized
ZipAbout
public ZipAbout(Frame owner,
String title)
- Class constructor
- Parameters:
- owner - the frame instanciating the dialog
- title - the title of the dialog
isResizable
public boolean isResizable()
- Return if the dialog can be resized
- Returns:
- always false
- Overrides:
- isResizable in class Dialog